home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / pc / Xtras / SPECIAL XTRAS Win / resaudio.x32 / TEXT / DIRECTOR_MESSAGE_TABLE < prev   
Text File  |  2003-09-28  |  3KB  |  67 lines

  1. xtra Audio
  2. --\n
  3. -- Audio Xtra\n
  4. -- Published by updateStage\n
  5. --\n 
  6. -- Sales: sales@updatestage.com, (781) 641-6043\n
  7. -- Technical support: support@updatestage.com, (781) 641-6043\n
  8. -- Web: http://www.updatestage.com\n
  9. -- Written by Scott Kildall, Red Eye Software\n
  10. -- Copyright 1996-2002,  Red Eye Software\n
  11. --\n
  12. new object me\n
  13. --\n
  14. -- REGISTRATION\n
  15. * axRegister  string serialNumber -- Registers Audo Xtra. THIS MUST BE CALLED FOR YOUR RUNTIME (PROJECTOR) FILES\n
  16. --\n
  17. -- OBTAINING INFORMATION\n
  18. * axGetVersion -- returns the version number of Audio Xtra\n
  19. --\n
  20. -- RECORDING\n
  21. * axOpenRecorder integer bufferSize -- opens/prepares for audio recording\n
  22. * axCloseRecorder -- releases the recording device\n
  23. * axBytesToMilliseconds integer bytes, * -- converts bytes to milliseconds\n
  24. * axMillisecondsToBytes integer ms, * -- converts milliseconds to bytes\n
  25. * axSetEnvironmentInfo string infoType, any data -- sets environmental information\n
  26. * axGetEnvironmentInfo string infoType -- gets environmental information\n
  27. * axRecordSoundToFile string soundName, string filePath\n
  28. * axStopRecording -- stops sound recording\n
  29. * axPauseRecording -- pauses sound recording\n
  30. * axResumeRecording -- resumes a paused sound\n
  31. * axServiceRecording -- must be called repeatedly during recording\n
  32. * axGetInputLevel * -- returns the input level (0-255), use 2nd parameter as optional argument for the channel number (1 or 2)\n
  33. --\n
  34. * axGetFreeSpace * -- optional first argument is the drive name \n
  35. --\n
  36. * axDeleteSound string soundName -- deletes & removes a sound from the sound list\n
  37. --\n
  38. * axPromptForSoundsDirectory -- lets the user select a folder for recorded sounds which the developer will never see\n
  39. --\n
  40. * axRecordSoundToRAM string soundName\n
  41. * axRecordSoundToMember string soundName, member memberRef\n
  42. --\n
  43. * axGetSoundList * -- returns a list of the available sounds\n
  44. * axGetStatus string soundName -- returns the status of a sound (as a string)\n
  45. * axSetSoundInfo string soundName, string infoType, any data -- sets sound information\n
  46. * axGetSoundInfo string soundName, string infoType -- gets sound information\n
  47. --\n
  48. * axLoadSound string soundName,  string soundType, * -- loads a sound into the sound list for playback\n
  49. * axLoadSoundIntoRAM string soundName, string fileRef -- loads a sound into RAM\n
  50. * axRemoveSound string soundName -- removes a sound from the sound list\n
  51. --\n
  52. * axPlay string soundName -- plays a sound\n
  53. * axStop string soundName -- stops a sound that is playing\n
  54. --\n
  55. * axGetEmptyMember *\n
  56. --\n
  57. -- CONVERSION FUNCTIONS\n
  58. * axConvertToFile string soundName, string filename, string format\n
  59. * axConvertToMember string soundName, string newSoundName, member newMemberRef -- converts sound to a castmem\n
  60. --\n
  61. -- WAVE-PLOTTING\n
  62. * axSetForegroundColor * -- args can be 3 integers or else color variable\n
  63. * axSetBackgroundColor *\n
  64. * axPlotWaveform string soundName, member bitmapMember, integer width, integer height, symbol resolution, * -- generates a waveform\n
  65. --\n
  66. -- SHOCKWAVE-SUPPORT\n
  67. * axAskPermission * -- displays a permission dialog box for the user\n